home *** CD-ROM | disk | FTP | other *** search
- ;
- ; @(#)named.boot.slave 1.13 (Berkeley) 87/07/21
- ;
- ; boot file for secondary name server
- ; Note that there should be one primary entry for each SOA record.
- ; (BIND v4.8.3)
- ; (use named.conf.slave if you are using BIND v8.1.2)
- ;
- ;
- sortlist 10.0.0.0
-
- directory /var/named
-
- ; type domain source host/file backup file
-
- cache . root.cache
- secondary Berkeley.EDU 128.32.137.8 128.32.137.3 ucbhosts.bak
- secondary 32.128.IN-ADDR.ARPA 128.32.137.8 128.32.137.3 ucbhosts.rev.bak
- primary 0.0.127.IN-ADDR.ARPA localhost.rev
-
-